Vysor allows you to fully control the android mobile phone screen image on your computer.
This article is from the blog http://jijiaxin89.com/2015/08/29/Mirror-android-phone-s-screen-and-gain-full-control-on-computer-with-Vysor/#more of weiliang seasonClick to jump to more articlesSeason 1
Are you struggling to find a tool that maps the screen of an android phone that has never been root and gain full
Android development, often to the mobile phone screen projection to the computer, to demonstrate. The general solution is 360 or pea pod demonstration function, the disadvantage is that the delay is very strong, about 3 seconds, very affect the presentation effect. The following describes the vysor, almost 0 delay, can be synchronized with the phone screen
Vysor is a chrome app, so first download the orig
we usually use mobile phone debugging, often is the hand, can download a jar package can be mapped to the computer Desktop screen, but run comparison card, and then give up, and then, the phone is sometimes not easy to connect data cable, PC and mobile phone (even WiFi) in the same network segment, Can be debugged by wireless!Use the Wireless mode method:
One: cmd Open command window: (set ADBD listening port)
adb tcpip 5555 set ports for ADBD services >
Second, CMD opens
Android Remote Desktop assistant and android desktop Assistant
A long time ago, I worked as "WinCE Remote Desktop assistant" and played a major role when there was no screen or when I was debugging the LCD driver. Daily development was also necessary. Later, it was used by netizens to solve some difficult problems. For example, if you cannot enter the boot password, you can use this tool to remotely enter the password. If the touch screen is broken, you can also perform remote operations. Later,
Sometimes it is necessary to display the phone screen to a PC or Mac for the convenience of demonstrating a mobile app. Here's a method-use Vysor to achieve this feature.The appeal of Vysor lies in 3 areas:It works on Windows, Linux, or Mac.The USB cable sharing screen is almost real-time, while some wireless solutions have significant lag. Vysor still has a slig
Android client Tools
json-handle JSON format for browsing and editing chrome plugins Restlet client The chrome plug-in for HTTP request testing adblock blocking ads for Chrome plugins classyshark Open both the Android Anti-compilation tool apktool Android anti-compilation tool mcodecheck The security Code verifier gets the SHA1 value vysor the sc
Android supports screen recording and GIF conversion.
In my previous blog post, I learned several screen recording methods for mobile phones to better demonstrate the implementation of the APP, today, we will introduce two methods that are more comfortable for my personal use:
(1) After configuring the adb environment, run the cmd command to save the operation demonstration on the mobile phone interface as a video file.
(2) Use the extension Vysor
In the Android development process, you will encounter a number of small problems, although the hands can be solved, but with a number of small tools to solve these problems are handy, today for you to recommend the development of Android encounter gadgets to make your development more efficient.
Vysor
Vysor is a mobile phone can be projected onto the computer, of course, can also operate, when we do sh
. Features include: mouse gestures, easy drag, super drag, joystick gestures and wheel gestures.Https://chrome.google.com/webstore/detail/smartup-gestures/bgjfekefhjemchdeigphccilhncnjldn10.TampermonkeyLike an oil monkey on FirefoxRecommended several common ones.
Make your github more material design https://github.com/jiang111/chrome-plugin-recommand/blob/master/js/GitHub-Material-Design.js
Re-integrate microblogging pages, shielding those who show love and embarrassed to ta
the Android simulator was slow as a snail. Since then, Genymotion has transformed from a simple simulator into a platform for advanced app development, testing and deployment. The price is based on the number of developers per year.Note: However, the simulator is free to use.VysorIf you do not want to develop the app on the simulator, but want to enjoy the same convenience as the simulator, you should try Vysor, it can put the mirror of the real devi
Tags: flow bullets term run shark should Zha restart codecXamarin develops some of the tools that Android collects
工欲善其事, its prerequisite, from the second half of 16 to do xamarin related development, the usual use of some tools and Google plug-ins for everyone to share, have, continuous update.
Visual Studio Emulator for Android通过 Visual Studio 实现最佳Android模拟器(微软家的)
GenymotionAndroid模拟器(google家的)
Xamarin Live Playerxamarin开发android、ios实时预览器
Chrome ADB调
plugin, you can change UA at any time, test the adaptive situation of the webpage, help you to improve the development efficiency.9. Vysor: Hands-free Android test toolReal Machine debugging Android app, are you still testing your Android device while you're on the computer and modifying the code? With the Vysor Chrome plug-in, you just need to connect via USB, you can use the mouse to operate Android devi
, only need a browser plugin, you can change UA at any time, test the adaptive situation of the webpage, help you to improve the development efficiency.650) this.width=650; "src=" Http://ww4.sinaimg.cn/large/72f96cbagw1f5b504nw8jj20zk0m8wir "alt=" 1111.jpg "/>9. Vysor: Hands-free Android test toolReal Machine debugging Android app, are you still testing your Android device while you're on the computer and modifying the code? With the
the Android simulator was slow as a snail. Since then, Genymotion has transformed from a simple simulator into a platform for advanced app development, testing and deployment. The price is based on the number of developers per year.Note: However, the simulator is free to use.VysorIf you do not want to develop the app on the simulator, but want to enjoy the same convenience as the simulator, you should try Vysor, it can put the mirror of the real devi
2D games on the VR all-in-one machine, this function was implemented by modifying the framework Code, which improves the playability of the VR all-in-one machine to a certain extent.
As you can see, the Android system reduces the overall screen size and draws it both on the left and right sides of the screen. This is the second type of split-screen display, which is widely used in the Cardboard era.
There is also a demand in the VR system, that is, to keep applications in the VR mode (appli
(); } } break; default: break; } }}
In this case, test.jpg is saved in the root directory, and the Uri of the path is passed in through intent. The camera is opened to take the photo. Here there is a response to the photo. If the returned result is successful, the CROP function is called to CROP the photo, after the image is removed, the image is displayed in the ImageView created by layout.
For more informatio
When the earliest start of Android development, in order to debug convenient, looking for a remote control software under Android, support remote control on the computer and display the Android device synchronously. has tried 360 mobile phone assistants, Mobizen, Vysor and Mirrorgo and other software, feeling is not ideal. The WinCE Remote Desktop Assistant was later ported to Android, and after a few twists and turns, only the display screen was impl
ARDC Build 0662, Jul 19, 2017opt:1440*2560 and the following resolution devices, frame rate can be stabilized at 20 frame ~25 frameFIX: The path of the dragged file contains whitespace in the processingADD: Support CTRL + C, CTRL + V copy Chinese string to Android deviceADD: Off screen state, left click on the screen after the automatic light screenAdd: Added the Appreciation interface, https://www.paypal.me/hejb/2.56Download: Http://files.cnblogs.com/files/we-hjb/ARDC%2820170719%29.rarAndroid R
Vysor,360 mobile phone assistant , such as the screen of the phone projection to the computer, with the mouse to determine the coordinates, the code is as follows:1 Import Pyautogui as Pag2 x, y = pag.position () 3 Posstr = "Position:" +str (x). Rjust (4) + ', ' +str (y). Rjust (4) 4 PR Int (posstr) To get two coordinates (start and end coordinates), then use the obtained coordinates to use the following code and call the OCR engine recognition (the
Tools needed for development and tools used for developmentComputer software Editpluts: More powerful than notepad MarkdownPad2: multi-function Markdown Editor, looks like in HTML Everything: file quick search engine Listary: search Tools (add many smart commands to "my computer" (Resource Manager), including favorite folders, quick opening of recently viewed folders, quick display/hiding of file extensions, and other practical functions) potPlayer: low memory usage, no advertisement, powerful a
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.